'Declaration Public Overrides Sub Insert( _ ByVal index As Integer, _ ByVal item As T _ )
'Usage Dim instance As SpreadChartElementCollection(Of T) Dim index As Integer Dim item As T instance.Insert(index, item)
public override void Insert( int index, T item )
Target Platforms: Windows Server 2012, Windows RT
SpreadChartElementCollection<T> Class SpreadChartElementCollection<T> Members
Copyright © GrapeCity, inc. All rights reserved.